home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / os2 / fortune.zip / Makefile < prev    next >
Makefile  |  1997-06-03  |  130b  |  8 lines

  1. CFLAGS=-O2 -Wall -fomit-frame-pointer -pipe
  2. LDFLAGS=-s
  3. CC=gcc
  4.  
  5.  
  6. fortune: fortune.o
  7.     gcc fortune.o -lbsd -lsocket -lregexp
  8.